.wrapper {
    width: 100%;
    max-width: 964px;
    position: relative;
}

.carousel1 {
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel1::-webkit-scrollbar {
    height: 0;
}

#prev,
#next {
    display: flex;

    justify-content: center;
    align-content: center;
    background: #0c78c6;
    border: none;
    padding: 0px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: absolute;
}

#prev {
    top: 60%;
    left: 0;
    transform: translate(-80%, -50%);
    display: none;
}

#next {
    top: 60%;
    right: 0;
    transform: translate(80%, -50%);
}
#prev1,
#next1 {
    display: flex;
    justify-content: center;
    align-content: center;
    background: #0c78c6;
    border: none;
    padding: 0px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: absolute;
}

#prev1 {
    top: 60%;
    left: 0;
    transform: translate(-80%, -50%);
    display: none;
}

#next1 {
    top: 60%;
    right: 0;
    transform: translate(80%, -50%);
}#prev2,
 #next2 {
     display: flex;
     justify-content: center;
     align-content: center;
     background: #0c78c6;
     border: none;
     padding: 0px;
     border-radius: 50%;
     outline: 0;
     cursor: pointer;
     position: absolute;
 }

#prev2 {
    top: 60%;
    left: 0;
    transform: translate(-80%, -50%);
    display: none;
}

#next2 {
    top: 60%;
    right: 0;
    transform: translate(80%, -50%);
}

.content1 {
    display:  inline-grid;
    grid-gap: 2px;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
}

.item {
    width: 455px;
    margin: 0px 20px;


}
.item12 {
    width: 355px;
    margin: 0px 0px;
    box-shadow: 0 0 15px 0 rgba(0,0.45,0.45,0.45) inset;
    border-right: 7px;

}
.img1-wp{
    background-position: center;
    background-repeat: no-repeat;
    //background-size: cover;
    background-image: url("../images/solutions/v5/res-dump.png") !important;
    height: 250px;
    background-size:100% auto;
}

.itmborder{
    border-radius: 5px; border: #0b3e6f 2px solid
}
.content12 {
    display: inline-grid;
    grid-gap: 2px;
    grid-auto-flow: column;
    margin: auto;

    box-sizing: border-box;
}
.no-padding-right{
    padding-right: 0px !important;
}

.img1-thumb-iso{
    background-position: center;
    background-repeat: no-repeat;
    //background-size: cover;
    background-size:100% auto;
    background-image: url("../images/solutions/v5/IsoI1.png");
    height: 150px;
}
.img1-thumb-iso.active{
    background-position: center;
    background-repeat: no-repeat;
    //background-size: cover;
    background-size:100% auto;
    background-image: url("../images/solutions/v5/I1.png") !important;
    height: 150px;
}
.img1-thumb-iso:hover{
    background-position: center;
    background-repeat: no-repeat;
    //background-size: cover;
    background-size:100% auto;
    background-image: url("../images/solutions/v5/IsoI11.png") !important;
    height: 150px;
}

.img1-thumb-iso.active{
    background-position: center;
    background-repeat: no-repeat;
//background-size: cover;
    background-size:100% auto;
    background-image: url("../images/solutions/v5/IsoI11.png") !important;
    height: 150px;
}
.img1-thumb-iso:hover{
    background-position: center;
    background-repeat: no-repeat;
//background-size: cover;
    background-size:100% auto;
    background-image: url("../images/solutions/v5/IsoI11.png") !important;
    height: 150px;
}

.img2-thumb-iso{
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    //background-size: cover;
    background-image: url("../images/solutions/v5/IsoI2.png");
    height: 150px;
    background-size:100% auto;
}
.img2-thumb-iso.active{
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    //background-size: cover;
    background-image: url("../images/solutions/v5/IsoI21.png");
    height: 150px;
}
.img2-thumb-iso:hover{
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    //background-size: cover;
    background-image: url("../images/solutions/v5/IsoI21.png");
    height: 150px;
}
.img3-thumb-iso{
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    //background-size: cover;
    background-image: url("../images/solutions/v5/IsoI3.png");
    height: 150px;

}
.img3-thumb-iso.active{
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    //background-size: cover;
    background-image: url("../images/solutions/v5/IsoI31.png");
    height: 150px;

}
.img3-thumb-iso:hover{
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    //background-size: cover;
    background-image: url("../images/solutions/v5/IsoI31.png");
    height: 150px;

}
.tpbredcrumb:hover{
color: #ffffff !important;
}
.tpbredcrumb.active{
color: #ffffff !important;
}


    /*tabs*/


.tabs {
    display: flex;
    flex-wrap: wrap; // make sure it wraps
}
.tabs label {
    order: 1; // Put the labels first
display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #050a30;
    font-weight: bold;
    transition: background ease 0.2s;
    color: #fff;
    border-radius: 10px;
    margin-top: -25px;
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #fff;
    color:#000000;
    border: #050a30 2px solid;
    border-radius: 10px;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }
    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}
.tab-container{

    background: #ffffff;
    //min-height: 100vh;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   // margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 30px;
}
.fia-first-banner{


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/solutions/v5/V2-banenr-2.png");
}
.img-bag-iso-fia{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/solutions/v5/V2-banenr-3.png");
}
.iso-schedule-btn{
    margin-top: 20px;
    border-radius: 5px;
    font-size: 22px;
    color: #ffffff;
    background-color: #050a30;
    border-color: #2B3990;
    font-family: "Poppins", sans-serif;
}



/*Common resources */


*,
*:before,
*:after {
    box-sizing: border-box;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



.expanding-search-form {
    position: relative;
    top: 40%;
// left: 35%;
    display: inline-block;
    height: 40px;
    width: auto;
}
.expanding-search-form .search-label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #999;
    z-index: 2;
    cursor: pointer;
    border-radius: 3px;
    transition: 250ms all ease-in-out;
}
.expanding-search-form .search-input {
    position: relative;
    top: 0;
    display: inline-block;
    height: 34px;
    width: 150px;
    float: left;
    border: 0;
    font-size: 16px;
    z-index: 2;
    box-shadow: none;
    border-radius: 0;
    transition: 250ms all ease-in-out;
}
.expanding-search-form .search-input:focus {
    width: 300px;
    outline: none;
}
.expanding-search-form .search-input:focus + .search-label {
    border-color: #2299ff;
}
.expanding-search-form .button {
    position: relative;
    top: 0;
    display: inline-block;
    float: left;
    padding: 0 10px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #2B3990;
    text-align: center;
    transition: 250ms all ease-in-out;
}
.expanding-search-form .button:hover {
    background-color: #0080ee;
}
.expanding-search-form .search-dropdown {
    position: relative;
    top: 0;
    display: inline-block;
    float: left;
    padding: 3px;
}
.expanding-search-form .search-dropdown.open .dropdown-menu {
    display: block;
}
.expanding-search-form .dropdown-toggle {
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 2px;
    z-index: 3;
}
.expanding-search-form .dropdown-menu {
    position: absolute;
    top: calc(100% - 1px);
    display: none;
    margin: 0;
    padding: 5px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #999;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 3;
    transition: 250ms all ease-in-out;
}
.expanding-search-form .dropdown-menu > li > a {
    display: block;
    padding: 4px 12px;
    color: #2299ff !important;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 2px;
    transition: 250ms all ease-in-out;
}
.expanding-search-form .dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #2299ff ;
}
.expanding-search-form .dropdown-menu > .menu-active {
    display: none;
}
.expanding-search-form .search-button {
    height: 34px;
    z-index: 3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.expanding-search-form .search-button .icon {
    font-size: 20px;
}
.bldiv-r{
    min-height: 160px !important;
}
#exTab1 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

#exTab2 h3 {
    color : #050a30;

    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 2;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}


.newreso > li > a {
    margin-right: 2px;
    border: none !important;
    padding: 15px 20px;
    white-space: nowrap;
    color: #050a30!important;
    font-size:25px;
}


.newreso > li.active > a{
    border-bottom:  4px solid #2299ff !important;

}
.bldiv-r12{
   min-height:470px !important;
}
.brt{
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 360px) {
    .item12 {
        width: 300px;
        margin: 0px 0px;

    }
    /* Styles */
}
@media only screen and (max-width : 376px) {
    .item12 {
        width: 315px;
        margin: 0px 0px;

    }
    /* Styles */
}
@media only screen and (max-width : 430px) {
    .item12 {
        width: 360px;
        margin: 0px 0px;

    }
    /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 360px) {
    .item {
        width: 300px;
        margin: 0px 0px;

    }
    /* Styles */
}
@media only screen and (max-width : 376px) {
    .item {
        width: 315px;
        margin: 0px 0px;

    }
    /* Styles */
}
@media only screen and (max-width : 430px) {
    .item {
        width: 355px;
        margin: 0px 0px;

    }
    /* Styles */
}




/*New Sliders*/


/* #########################################################

HOW TO CREATE A RESPONSIVE IMAGE SLIDER [TUTORIAL]

"How to create a Responsive Image Slider [Tutorial]" was specially made for DesignModo by our friend Valeriu Timbuc.

Links:
http://vtimbuc.net
http://designmodo.com
http://vladimirkudinov.com

######################################################### */



/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
    margin: 0;
    padding: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
    padding-left:0px ;
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }



/* Theme Styles */
.flexslider {
    position: relative;
    zoom: 1;
    padding: 10px;
    background: #ffffff;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0, .4);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0, .4);
    box-shadow: 0px 0px 4px rgba(0,0,0, .4);
}

/* Edit it if you want */
.flex-container {
    min-width: 150px;
    max-width: 960px;
}

.flexslider .slides { zoom: 1; }



/* Direction Nav */
.flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 9999;

   /* background-color: #82d344;*/
    background-color: #0D142F;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0D142F), to(#3272C6));
    background-image: -webkit-linear-gradient(top, #0D142F, #3272C6);
    background-image: -moz-linear-gradient(top, #0D142F, #3272C6);
    background-image: -o-linear-gradient(top, #0D142F, #3272C6);
    background-image: linear-gradient(to bottom, #0D142F, #3272C6)
}

.flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url(../images/solutions/v5/White-arrow.png) no-repeat;
}

.flex-direction-nav a:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 35px;
}

.flex-direction-nav .flex-next {
    right: -5px;

    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
    left: -5px;

    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }

.flex-direction-nav .flex-next:after {
    right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #31611e;
}

.flex-direction-nav .flex-prev:after {
    left: 0;
    border-bottom: 5px solid transparent;
    /*border-right: 5px solid #31611e;*/
    border-right: 5px solid #0D142F;
}



/* Control Nav */
.flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #b6b6b6 \9;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
    -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
    box-shadow: inset 0 0 0 2px #b6b6b6;
}

.flex-control-paging li a.flex-active {
    background-color: #82d344;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
    background-image: -webkit-linear-gradient(top, #82d344, #51af34);
    background-image: -moz-linear-gradient(top, #82d344, #51af34);
    background-image: -o-linear-gradient(top, #82d344, #51af34);
    background-image: linear-gradient(to bottom, #82d344, #51af34);

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



/* Captions */
.flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 100px;
    padding: 0 5px;
    margin: 0;

    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;

    background-color: #222222;
    background: rgba(0,0,0, .9);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.text-fioblue-new{
    color: #0D142F;
}
.iso-slidivtext{
    margin-top: 10px;
    min-height: 70px;
}